@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosanssc.css);
*{
	margin:0px;
	padding:0px;
}
body{
	background-color: #5C6F42;
}
.wrapper{
	top: 0px;
	max-width: 1350px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	background-color: #FBFBF9;
	text-align: center;
}
header{
	width:100%;
	height:auto;
	max-width: 1280px;
	display:inline-block;
	border-bottom:#596D43 solid 5px;
}
#logo {
	width: auto;
	height: auto;
	padding: 20px 0px 7px 10px;
	float:left;
	position: relative;
	text-indent: -9999px;
}
#logo a {
	width: 429px;
	height: 72px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: block;
	background-image:url(../img/logo.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}
.font{
	font-family:sans-serif;
}
.menu {
	width:auto;
	height: auto;
	text-align:center;
	float:right;
	display:block;
	margin-top:31px;
	/*bottom:7px;
	right:0;
	position: absolute;*/
}
.toggle {
	display: none;
}
.nav {
	list-style: none;
	font-family: 'Noto Sans SC', sans-serif;
	font-weight:700;
}
.nav li {
	display: inline-block;
	text-align: center;
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
}
.nav li a {
	width: auto;
	height: auto;
	color: #4F4F4F;
	text-decoration: none;
	padding: 10px 25px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}
.nav li a:hover{
	color: #596D43;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: #596D43;
	height: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.nav li a:hover:before, .nav li a:focus:before, .nav li a:active:before {
  left: 0;
  right: 0;
}
.nav li p{
	font-size:15px;
	padding-top:2px;
}
.container{
	width:100%;
	max-width:1280px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
p{
	font-size: 18px;
	font-family: 'Noto Sans SC', sans-serif;
}
.container .homeboxwrap{
	width:100%;
	clear:both;
}
.container .homeboxwrap .homebox{
	width:50%;
	margin-bottom: 40px;
	float:left;
}
.container .homeboxwrap .homebox #bfabout{
	padding: 0px 20px;
}
.container .homeboxwrap .homebox #bfabout .namebox{
	width:50%;
	padding:5px;
	margin-bottom: 15px;
	/*border-bottom:#656D44 solid 3px;*/
	display:inline-block;
	border: #596D43 solid 3px;
	border-radius: 30px;
}
.container .homeboxwrap .homebox #bfabout p{
	margin-bottom: 10px;
	text-align:left;
}
.container .homeboxwrap .homebox #bfabout a{
	color: #465634;
	font-weight: 700;
}
h5{
	color:#4F4F4F;
	text-align:center;
	font-size:22px;
	font-family: 'Noto Sans SC', sans-serif;
	font-weight:700;
}
.container .homeboxwrap .homebox img{
	width:100%;
	height:auto;
}
.container .homeboxwrap .homebox #box{
	height:40px;
}
.container .pic{
	width:100%;
	height:auto;
}
.container .pic img{
	width:100%;
	height:auto;
}
.container .aboutwrap{
	width:80%;
	display:inline-block;
	clear:both;
}
.container .title{
	padding:0px 20px;
}
h1{
	font-size: 36px;
	font-family: 'Noto Sans SC', sans-serif;
	text-align: center;
	font-weight: 700;
	color: #3B6720;
	margin-top:0px;
	/*margin-top:80px;*/
	margin-bottom: 10px;
}
h2{
	font-size: 28px;
	font-family: 'Noto Sans SC', sans-serif;
	text-align: center;
	font-weight: 700;
	color: #535353;
	margin-bottom: 40px;
}
h3{
	font-size: 36px;
	font-family: 'Noto Sans SC', sans-serif;
	text-align: center;
	font-weight: 700;
	color: #545A38;
	margin-top:80px;
	margin-bottom: 10px;
}
.container .aboutwrap .about{
	width:65%;
	margin-top:40px;
	margin-bottom:40px;
	float:left;
}
.container .aboutwrap .about .words{
	text-align:left;
	padding: 0px 20px;
}
.container .aboutwrap .about .words h4{
	color: #365E1D;
	margin-bottom: 10px;
}
.container .aboutwrap .imgwrap{
	width:35%;
	margin-top:40px;
	margin-bottom:40px;
	float:left;
}
.container .aboutwrap .imgwrap .img{
	padding: 0px 10px;
}
.container .aboutwrap .imgwrap .img img{
	width:100%;
	height:auto;
}
.abfooter{
	margin-bottom:60px;
	display:inline-block;
}
.container .goods{
	width:100%;
	height:auto;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
	display:inline-block;
}
.container .goods .good{
	width: calc(100%/5 - 2.3%);
	height: auto;
	margin:0px 1.15% 40px 1.15%;
	float: left;
	display:block;
	text-decoration: none;
}
.picofgood{
	width:100%px;
	height:auto;
	margin-bottom:7px;
}
.picofgood img{
	width:100%;
	height:auto;
}
.goodinfo{
	height:59px;
}
.good p{
	text-align:center;
}
.good .name{
	font-weight: 700;
	line-height: 20px;
}
.good .englishname{
	font-size:16px;
	margin-top:3px;
}
.goodfullinfo{
	display:none;
}
.goodfullinfo .goodfullinfopic{
	display:block;
	margin: 0 auto;
	border: #656D44 solid 3px;
	border-radius: 30px;
	overflow:hidden;
	margin-bottom:20px;
}
.goodfullinfo .goodfullinfopic img{
	width:100%;
	height:auto;
	border-radius: 30px;
}
h4{
	font-size: 22px;
	font-family: 'Noto Sans SC', sans-serif;
	font-weight: 700;
	color: #404040;
}
.container .contact{
	width:50%;
	text-align:left;
	padding-top:80px;
	padding-bottom:80px;
	float:left;
	display:block;
}
.container .contact #map iframe{
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.container .contact #contactinfo{
	display:block;
	margin-left:5%;
	margin-top:20px;
}
.container .contact #contactinfo p{
	margin-bottom:10px;
}
.container .contact #contactinfo a{
	text-decoration: none;
	color: #345331;
}
.container .contact #contactinfo a:hover{
	font-weight:700;
}
.container .contact #form{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 20px;
	display: block;
}
.container .contact p{
	margin-bottom:20px;
}
.container .contact #form #message{
	height:300px;
}
.container .contact #form #name,.container .contact #form #email,.container .contact #form #phone,.container .contact #form #message{
	width: calc(100% - 22px);
	background-color: #FBFBF9;
}
input, textarea{
	font-size: 16px;
	font-family: 'Noto Sans SC', sans-serif;
	border: 1px solid #59734D;
	border-radius:10px;
	padding: 5px 10px;
}
input:focus, textarea:focus{
	outline: none;
}
::-webkit-input-placeholder { color: #666; }
:-moz-placeholder { color: #666; }
::-moz-placeholder { color: #666; }
:-ms-input-placeholder { color: #666; }
input[type="submit"],input[type="reset"]{
	width: 40%;
	color: #F5F7F0;
	background-color: #38601E;
	border-radius: 15px;
	padding: 5px 5px;
	-webkit-appearance: button;
}
footer {
	clear:both;
	text-align:center;
	height:auto;
	max-width: 1280px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
	padding-bottom:20px;
	position: relative;
	display:block;
	border-top:rgba(204,204,204,1) solid 1px;
}
.footer-box-wrap{
	display:inline-block;
	height:auto;
}
.footer-box{
	text-align:left;
	padding:0px 170px;
	float:left;
	display:block;
}
.footer-box ul{
	display:block;
}
.left{
	padding-right:60px;
}
.sitemap{
	list-style:none;
}
.sitemap li{
	text-align:center;
	font-size: 16px;
	font-family: 'Noto Sans SC', sans-serif;
	margin-bottom:10px;
}
.sitemap li a{
	text-decoration: none;
	color: #2C2F1E;
}
.sitemap li a:hover{
	color: #496D43;
	font-weight: 700;
}
h6{
	text-align: center;
	font-size: 18px;
	color: #42472C;
	font-family: 'Noto Sans SC', sans-serif;
	margin-bottom: 15px;
}
.footer-box p{
	font-size: 16px;
	margin-bottom:10px;
	text-align:center;
	color:#2C2F1E;
}
#footerinfo a{
	text-decoration: none;
	color: #575E3C;
	font-weight: 700;
}
#footerinfo a:hover{
	color:#FF972F;
}
.scrollToTop{
	width:50px; 
	height:50px;
	position:fixed;
	bottom:20px;
	right:10px;
	display:none;
	background: url(../img/backtotop.png) no-repeat center center;
	background-size:contain;
	cursor:pointer;
}
.scrollToTop:hover{
	background: url(../img/backtotophover.png) no-repeat center center;
	background-size:contain;
}
@media (min-width:1350px){
.scrollToTop{
	right:calc(50% - 665px);
}
}
@media (max-width:1310px){
header, .container, footer{
	width:95%;
}
.container .homeboxwrap .homebox #box{
	height:37px;
}
.footer-box{
	padding:0px 160px;
}
}
@media (max-width:1240px){
.container .aboutwrap{
	width:85%;
}
.footer-box{
	padding:0px 150px;
}
}
@media (max-width:1238px){
.container .homeboxwrap .homebox #box{
	height:43px;
}
.container .homeboxwrap .homebox iframe{
	width:95%;
	height:357px;
}
.container .contact #map iframe{
	width:90%;
}
}
@media (max-width:1200px){
h1{
	margin-top:20px;
}
.footer-box{
	padding:0px 140px;
}
}
@media (max-width:1150px){
body{
	background-color:#487A27;
}
header, .container, footer{
	width:100%;
}
header{
	border-bottom: none;
}
#logo {
	padding: 40px 0px;
	float:none;
}
.menu {
	float:none;
	display:block;
	margin-top:0px;
}
.nav {
	margin-top:-5px;
	padding-bottom:5px;
	display: none;
}
.toggle {
	display: inline-block;
	line-height: 30px;
	height: 40px;
	width: 100%;
	background-color: #487A27;
}
.nav li {
	display: block;
	width: 100%;
	margin-bottom: 0px;
	background-color: #3B6720;
}
.nav li a {
	width: 100%;
	color: #F4F5EF;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
	-webkit-transform: none;
	transform: none;
	box-shadow: none;
}
.nav li a:before {
  background: none;
  height: 0px;
  -webkit-transition-property: none;
  transition-property: none;
}
.nav li a:hover {
	color: #F4F5EF;
	opacity: 0.9;
	background-color: #345B1C;
}
#menu_sort {
	font-size:22px;
	color:#F4F5EF;
	right:10px;
	line-height:40px;
	font-family:sans-serif;
	position: absolute;
	display:block;
	cursor:pointer;
}
.container .homeboxwrap, .container .contactwrap{
	width:97%;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}
.container .goods{
	width:95%;
}
.container .goods .good{
	width: calc(100%/4 - 4%);
	margin:0px 2% 40px 2%;
}
footer{
	max-width: none;
	border-top: none;
	background-color: #2F002F;
	color: #FAFAFA;
}
h6{
	color:#FAFAFA;
}
.sitemap li a{
	color:#FAFAFA;
}
.sitemap li a:hover{
	color:#FF972F;
}
#footerinfo a{
	color:#FAFAFA;
	font-weight: normal;
}
#footerinfo #ftm{
	color: #FF8811;
	font-weight: normal;
}
#footerinfo #ftm:hover{
	color: #FF8811;
	font-weight:700;
}
.footer-box{
	padding:0px 130px;
}
.footer-box p{
	color:#FAFAFA;
}
}
@media (max-width:1110px){
.container .aboutwrap{
	width:90%;
}
.footer-box{
	padding:0px 120px;
}
}
@media (max-width:1055px){
.container .homeboxwrap .homebox #box{
	height:50px;
}
}
@media (max-width:1039px){
.container .aboutwrap{
	width:93%;
}
}
@media (max-width:1000px){
.footer-box{
	padding:0px 110px;
}
}
@media (max-width:980px){
.container .aboutwrap .about{
	width:60%;
}
.container .aboutwrap .imgwrap{
	width:40%;
}
.container .contactwrap{
	width:100%;
}
.container .contact{
	width:100%;
	padding-top:30px;
	padding-bottom:40px;
	float:none;
}
.container .contact #map{
	margin-top:40px;
}
.container .contact #map iframe{
	width:60%;
}
.container .contact #form{
	width:60%;
	margin-bottom:40px;
}
.container .contact #contactinfo{
	width:60%;
	margin-left:auto;
	margin-right:auto;
}
}
@media (max-width:978px){
.container .homeboxwrap .homebox #box{
	height:53px;
}
}
@media (max-width:970px){
.container .aboutwrap .about{
	width:55%;
}
.container .aboutwrap .imgwrap{
	width:45%;
}
}
@media (max-width:960px){
.container .goods{
	width:90%;
}
.container .goods .good{
	width: calc(100%/3 - 4%);
	margin:0px 2% 40px 2%;
}
}
@media (max-width:950px){
.footer-box{
	padding:0px 100px;
}
}
@media (max-width:900px){
.container .homeboxwrap .homebox #bfabout .namebox{
	width:52%;
	padding:3px;
}
.container .contact #map iframe{
	width:70%;
}
.container .contact #form{
	width:70%;
}
.container .contact #contactinfo{
	width:70%;
}
.footer-box{
	padding:0px 90px;
}
}
@media (max-width:878px){
.container .homeboxwrap .homebox iframe{
	height:365px;
	width:90%;
}
}
@media (max-width:850px){
.footer-box{
	padding:0px 80px;
}
}
@media (max-width:812px){
.container .homeboxwrap .homebox iframe{
	height:380px;
}
}
@media (max-width:800px){
h1{
	font-size: 34px;
	margin-top:30px;
	/*margin-top:50px;*/
	margin-bottom: 10px;
}
h2{
	font-size: 26px;
	margin-bottom: 30px;
}
h3{
	font-size: 34px;
	margin-top:30px;
	margin-top:50px;
}
.abfooter{
	margin-bottom:40px;
}
.container .contact #map iframe{
	width:75%;
}
.container .contact #contactinfo{
	width:75%;
}
.container .contact #form{
	width:75%;
}
.footer-box{
	padding:0px 70px;
}
}
@media (max-width:767px){
.container .homeboxwrap .homebox iframe{
	height:405px;
}
}
@media (max-width:750px){
.footer-box{
	padding:0px 60px;
}
}
@media (max-width:740px){
.container .contact #map iframe{
	width:80%;
}
.container .contact #form{
	width:80%;
}
.container .contact #contactinfo{
	width:80%;
}
}
@media (max-width:723px){
.container .homeboxwrap{
	width:94%;
	margin-top:10px;
}
.container .homeboxwrap .homebox{
	width:100%;
	margin-bottom: 50px;
	float:none;
}
.container .homeboxwrap .homebox #box{
	display:none;
}
.container .homeboxwrap .homebox iframe{
	height:400px;
	margin-bottom:20px;
}
}
@media (max-width:713px){
.container .aboutwrap{
	width:80%;
}
.container .aboutwrap .about{
	width:100%;
	margin-top:30px;
	margin-bottom:30px;
	float:none;
}
.container .aboutwrap .imgwrap{
	width:100%;
	margin-top:30px;
	margin-bottom:30px;
	float:none;
}
.container .aboutwrap .imgwrap .img{
	padding: 0px 20px;
}
}
@media (max-width:700px){
.footer-box{
	padding:0px 50px;
}
}
@media (max-width:664px){
.container .aboutwrap{
	width:85%;
}
}
@media (max-width:650px){
.container .homeboxwrap .homebox iframe{
	height:350px;
}
.footer-box{
	padding:0px 40px;
}
}
@media (max-width:640px){
.container .goods .good{
	width: calc(100%/2 - 4%);
	margin:0px 2% 40px 2%;
}
.goodfullinfo .goodfullinfopic{
	border: none;
	border-radius:0px;
	margin-bottom:15px;
}
.goodfullinfo .goodfullinfopic img{
	border-radius: 30px;
}
.container .contact #map{
	margin-top:30px;
}
.container .contact #map iframe{
	width:85%;
}
.container .contact #form{
	width:85%;
}
.container .contact #contactinfo{
	width:85%;
}
}
@media (max-width:600px){
.container .aboutwrap{
	width:90%;
}
.footer-box{
	padding:0px 30px;
}
}
@media (max-width:580px){
.container .contact #map iframe{
	height:350px;
}
}
@media (max-width:540px){
.container .homeboxwrap .homebox iframe{
	height:300px;
}
.container .contact #map{
	margin-top:20px;
}
.container .contact{
	padding-bottom:20px;
}
}
@media (max-width:499px){
.footer-box{
	float:none;
	clear:both;
	text-align:center;
}
.footer-box ul{
	padding:0px 30px;
	display:inline-block;
}
.sitemap li{
	text-align:left;
}
#footerinfo{
	margin-top:20px;
}
}
@media (max-width:480px){
#logo a {
	width: 409px;
	height: 69px;
}
.container .contact #map iframe{
	height:300px;
}
.container .contact #map{
	margin-top:10px;
}
}
@media (max-width:440px){
#logo {
	padding: 35px 0px;
}
#logo a {
	width: 389px;
	height: 65px;
}
}
@media (max-width:420px){
#logo {
	padding: 30px 0px;
}
#logo a {
	width: 369px;
	height: 62px;
}
.container .homeboxwrap .homebox iframe{
	height:250px;
}
}
@media (max-width:400px){
#logo {
	padding: 25px 0px;
}
#logo a {
	width: 349px;
	height: 59px;
}
#menu_sort {
	font-size:20px;
}
.nav li {
	font-size: 18px;
}
.nav li p{
	font-size:14px;
}
p{
	font-size:16px;
}
.sitemap li{
	font-size: 14px;
	font-family: 'Noto Sans SC', sans-serif;
	margin-bottom:10px;
}
h1,h3{
	font-size: 32px;
}
h2{
	font-size: 24px;
}
h4{
	font-size: 20px;
}
h5{
	font-size:20px;
}
h6{
	font-size: 15px;
	margin-bottom:15px;
}
.container .aboutwrap .about{
	margin-top:20px;
	margin-bottom:20px;
}
.container .aboutwrap .imgwrap{
	margin-top:20px;
	margin-bottom:20px;
}
.footer-box p{
	font-size: 14px;
}
.scrollToTop{
	width:40px; 
	height:40px;
}
}
@media (max-width:380px){
#logo {
	padding: 20px 0px;
}
#logo a {
	width: 329px;
	height: 55px;
}
}
@media (max-width:365px){
h1,h3{
	font-size: 30px;
}
h2{
	font-size: 22px;
}
}
@media (max-width:360px){
#logo {
	padding: 18px 0px;
}
#logo a {
	width: 309px;
	height: 52px;
}
.container .aboutwrap{
	width:95%;
}
.container .goods{
	width:96%;
}
.container .contact #map iframe{
	height:250px;
}
.container .contact #map{
	margin-top:10px;
}
.container .contact{
	padding-bottom:10px;
}
.container .contact #form #message{
	height:250px;
}
}
@media (max-width:350px){
.container .homeboxwrap{
	width:98%;
	margin-top:5px;
}
.container .homeboxwrap .homebox{
	margin-bottom: 40px;
}
.container .homeboxwrap .homebox iframe{
	margin-bottom:10px;
}
.container .homeboxwrap .homebox iframe{
	width:85%;
	height:200px;
}
.container .goods{
	width:70%;
}
.container .goods .good{
	width: 95%;
	margin:0px 2.5% 40px 2.5%;
}
}
@media (max-width:330px){
#logo a {
	width: 289px;
	height: 49px;
}
#menu_sort {
	font-size:19px;
}
.nav li {
	font-size: 17px;
}
.nav li p{
	font-size:13px;
}
.container .homeboxwrap .homebox #bfabout .namebox{
	padding:2px;
}
h1,h3{
	font-size: 29px;
}
h2{
	font-size: 21px;
}
.container .contact #map{
	margin-top:0px;
}
}
@media (max-width:320px){
#submit, #reset{
	font-size:13px;
}
}
